home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / stdio / RCS / tmpfile.man,v < prev    next >
Text File  |  1989-01-05  |  1KB  |  59 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     89.01.05.17.00.14;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @' Copyright 1989 Regents of the University of California
  26. ' Permission to use, copy, modify, and distribute this
  27. ' documentation for any purpose and without fee is hereby
  28. ' granted, provided that this notice appears in all copies.
  29. ' The University of California makes no representations about
  30. ' the suitability of this material for any purpose.  It is
  31. ' provided "as is" without express or implied warranty.
  32. ' $Header: /sprite/lib/forms/RCS/proto.man,v 1.1 88/12/29 17:09:50 ouster Exp $ SPRITE (Berkeley)
  33. .so \*(]ltmac.sprite
  34. .HS tmpfile lib
  35. .BS
  36. .SH NAME
  37. tmpfile \- Create a temporary file
  38. .SH SYNOPSIS
  39. .nf
  40. \fBinclude <stdio.h>
  41.  
  42. \fBFILE *
  43. tmpfile()
  44. .BE
  45.  
  46. .SH DESCRIPTION
  47. .PP
  48. This procedure creates and opens a temporary file.  The file will
  49. be removed when it is closed or when the process exits.  The return
  50. value from \fBtmpfile\fR is a pointer to the opened stream, which
  51. may be used for performing I/O to and from the file.  If an error
  52. occurred in opening the file, \fBNULL\fR is returned.
  53. .DE
  54. .SH KEYWORDS
  55. file, open, temporary
  56. @
  57.